addAll

(alias) function addAll(values: collection<-T>): boolean

Deprecated

Use 'add_all' instead

Add all elements from another collection to the end of this collection.

If this collection does not allow duplicates, then only those elements not already contained in this collection are added.

Alias

Alias target

Return

true if any elements were added to this collection, false if it was not modified

Since

0.9.0

Parameters

values

the collection of elements to add